home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Select: Games Special 4
/
THE BEST OF SELECT Games Special 4 (Select CD-ROM)(1996).iso
/
dosgames
/
nitedos
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1995-10-17
|
244b
|
12 lines
@echo off
cls
echo.
echo The files are going to be copied to a directory on hard disc C:
echo in a directory called C:\Nitemare
pause
md c:\nitemare
copy *.* c:\nitemare
c:
cd\nitemare
echo To run the program type GO
del install.bat